ExcludedModules

enum ExcludedModules : ProtocolMessageEnum

Enum for modules excluded from a device's configuration.
Each value represents a ModuleConfigType that can be toggled as excluded
by setting its corresponding bit in the `excluded_modules` bitmask field.
Protobuf enum meshtastic.ExcludedModules

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Ambient Lighting module
AMBIENTLIGHTING_CONFIG = 1024;
Link copied to clipboard

Audio module
AUDIO_CONFIG = 128;
Link copied to clipboard

Bluetooth config (not technically a module, but used to indicate bluetooth capabilities)
BLUETOOTH_CONFIG = 8192;
Link copied to clipboard

Canned Message module
CANNEDMSG_CONFIG = 64;
Link copied to clipboard

Detection Sensor module
DETECTIONSENSOR_CONFIG = 2048;
Link copied to clipboard

Default value of 0 indicates no modules are excluded.
EXCLUDED_NONE = 0;
Link copied to clipboard

External Notification module
EXTNOTIF_CONFIG = 4;
Link copied to clipboard

MQTT module
MQTT_CONFIG = 1;
Link copied to clipboard

Neighbor Info module
NEIGHBORINFO_CONFIG = 512;
Link copied to clipboard

Network config (not technically a module, but used to indicate network capabilities)
NETWORK_CONFIG = 16384;
Link copied to clipboard

Paxcounter module
PAXCOUNTER_CONFIG = 4096;
Link copied to clipboard

Range Test module
RANGETEST_CONFIG = 16;
Link copied to clipboard

Remote Hardware module
REMOTEHARDWARE_CONFIG = 256;
Link copied to clipboard

Serial module
SERIAL_CONFIG = 2;
Link copied to clipboard

Store and Forward module
STOREFORWARD_CONFIG = 8;
Link copied to clipboard

Telemetry module
TELEMETRY_CONFIG = 32;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<MeshProtos.ExcludedModules>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): MeshProtos.ExcludedModules

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.